Removes an item from the collection.
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Function Remove ( _ item As T _ ) As Boolean |
C# |
---|
public bool Remove( T item ) |
Parameters
- item
- Type: T
An item to remove.